home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / tar-1.12.tar.gz / tar-1.12.tar / tar-1.12 / scripts / ChangeLog < prev    next >
Text File  |  1997-04-25  |  7KB  |  217 lines

  1. 1997-04-24  Franτois Pinard  <pinard@iro.umontreal.ca>
  2.  
  3.     * Release 1.12.
  4.  
  5.     * level-1, level-0: Replace --block-size by --blocking.
  6.  
  7. 1996-04-17  Franτois Pinard  <pinard@iro.umontreal.ca>
  8.  
  9.     * Prerelease 1.11.10.
  10.  
  11.     * Makefile.am (EXTRA_DIST): New name for DIST_OTHER.
  12.  
  13. 1996-01-14  Franτois Pinard  <pinard@iro.umontreal.ca>
  14.  
  15.     * Makefile.am (AUTOMAKE_OPTIONS): Select gnits.
  16.  
  17. 1996-01-08  Franτois Pinard  <pinard@iro.umontreal.ca>
  18.  
  19.     * Makefile.am: New file.
  20.  
  21. 1995-12-31  Franτois Pinard  <pinard@iro.umontreal.ca>
  22.  
  23.     * Makefile.in (check, dvi): New goals, doing nothing.
  24.     Reported by Cesar Romani and Ulrich Drepper.
  25.  
  26. 1995-06-21  Franτois Pinard  <pinard@iro.umontreal.ca>
  27.  
  28.     * Prerelease 1.11.9.
  29.  
  30.     * Makefile.in: Distribute the ChangeLog, now recovered!
  31.     Reported by Andreas Schwab.
  32.  
  33. 1995-06-17  Franτois Pinard  <pinard@iro.umontreal.ca>
  34.  
  35.     * Release 1.11.8.
  36.  
  37.     * WARNING: New file.
  38.     * Makefile.in (DISTFILES): Distribute it.
  39.  
  40. 1995-06-15  Franτois Pinard  <pinard@iro.umontreal.ca>
  41.  
  42.     * sripts/Makefile.in (dist): Do not hide copying rule.
  43.  
  44. 1995-06-07  Franτois Pinard  <pinard@iro.umontreal.ca>
  45.  
  46.     * Makefile.in: Use subdir and distdir.
  47.  
  48. 1995-02-05  Franτois Pinard  <pinard@iro.umontreal.ca>
  49.  
  50.     * Prerelease 1.11.7.
  51.  
  52.     * Makefile.in (maintainer-clean): New name for realclean.
  53.  
  54. 1994-12-03  Franτois Pinard  <pinard@iro.umontreal.ca>
  55.  
  56.     * Prerelease 1.11.6.
  57.  
  58.     * ChangeLog: Replaced by a warning for now.  It has
  59.     seemingly been overwritten by the weekly script :-(.
  60.  
  61.     * Makefile.in (dist): Correct .../examples to .../scripts.
  62.  
  63. 1994-09-14  Franτois Pinard  <pinard@iro.umontreal.ca>
  64.  
  65.     * Makefile.in: Cleanup...
  66.     (check): Deleted.
  67.     (Makefile): Have ./config.status create this Makefile only.
  68.  
  69. 1994-06-30  Franτois Pinard  <pinard@iro.umontreal.ca>
  70.  
  71.     * Prerelease 1.11.5.
  72.  
  73.     * ChangeLog: Initialized by moving entries related to
  74.     scripts out of this ChangeLog.
  75.  
  76. 1993-11-24  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  77.  
  78.     * dump-remind: Send mail notification to the original recipients
  79.     that the dump has been continued when that is the case.
  80.  
  81. 1993-03-31  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  82.  
  83.     * level-0, level-1 (LOGFILE): Put logfile in `log' subdirectory.
  84.  
  85. 1993-03-28  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  86.  
  87.     * dump-remind (volno): Don't increment by one.
  88.  
  89. 1993-03-25  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  90.  
  91.     * level-0, level-1 (TAR_PART1): Use `--block-size', not just
  92.     `--block', which is now ambiguous.
  93.  
  94. 1993-03-24  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  95.  
  96.     * backup-specs (TAR): New variable.
  97.  
  98.     * level-0, level-1 (TAR_PART1): Get path of GNU tar from `TAR'
  99.     variable, don't hardcode it.
  100.  
  101. 1993-03-20  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  102.  
  103.     * backup-specs (SLEEP_MESSAGE): put backslashes in front of nested
  104.     double quotes.
  105.  
  106.     * level-0, level-1 (BACKUP_DIRS): Don't put in quotes.
  107.     (LOGFILE): Use sed to construct name, not awk.
  108.  
  109.     * dump-remind (recipients): Replaced inefficient pipeline with a
  110.     single, simple sed script.
  111.     (volno): Deal with the possibility that VOLNO_FILE may not be
  112.     created yet.
  113.  
  114. 1993-03-19  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
  115.  
  116.     * backup-specs (VOLNO_FILE): Removed abusive comment by Noah.
  117.  
  118. 1993-03-18  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  119.  
  120.     * Makefile.in (AUX): Include `dump-remind' in distribution.
  121.  
  122.     * backup-specs (SLEEP_MESSAGE): New variable.
  123.     level-0, level-1: Use it instead of external `dont_touch' file.
  124.  
  125.     * level-0, level-1: Put most of the script in () and pipe
  126.     everything from the subshell through tee -a $LOGFILE.  Since you
  127.     really want most of the output to go to the logfile anyway, and
  128.     since all those pipelines were preventing one from getting the
  129.     exit status of most commands, this seems like the right idea.
  130.  
  131.     * level-0, level-1 (LOGFILE): Use YYYY-MM-DD (all numeric) format
  132.     for log file name, since that makes the file names sortable in a
  133.     coherent way.  Suffix should always be `level-n' where n is the
  134.     dump level.  level-0 script was just using `-full' instead.
  135.  
  136.     * level-0, level-1 (DUMP_LEVEL): New variable.  Set to `0' or `1'
  137.     in each script as appropriate.
  138.  
  139.     * level-0, level-1 (HOST): Renamed to `localhost' for clarity.
  140.     (host): renamed to `remotehost' for clarity.
  141.  
  142.     * level-0, level-1 (startdate): New variable.  Use it in Subject
  143.     line of mailed report.
  144.  
  145.     * level-0, level-1: Fixed all instances where sed is called with a
  146.     script on the command line to use `-e' option.
  147.  
  148.     * level-0, level-1: Don't try to call logfile.sed to filter
  149.     LOGFILE.  It's not distributed with tar and was never really used
  150.     anyway.
  151.  
  152.     * level-0, level-1: Put quotes around most variable names (barring
  153.     those that are known to intentionally contain text that should be
  154.     expanded into multiple words, like `TAR_PART1').
  155.  
  156.     * level-0, level-1: Got rid of annoying trailing backslashes in awk
  157.     scripts.  They were gratuitous.  Made them a little more readable
  158.     by adding some whitespace.
  159.  
  160. 1992-10-21  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  161.  
  162.     * level-0, level-1: put curly braces around variables for clarity.
  163.  
  164.     * backup-specs (DUMP_REMIND_SCRIPT): define it (but commented out
  165.     so that distributed dump scripts won't use it by default).
  166.     level-0, level-1 (TAR_PART1): use --info-script if
  167.     DUMP_REMIND_SCRIPT is defined.
  168.     dump-remind: new file (intended as an example).
  169.  
  170. 1992-10-15  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  171.  
  172.     * level-0, level-1: remove $LOGFILE.tmp files before exiting.
  173.  
  174. 1992-09-24  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>
  175.  
  176.     * level-0, level-1 (TAR_PART1): remove --atime-preserve
  177.     because of a total screw.
  178.  
  179. 1992-09-10  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  180.  
  181.     * level-0, level-1 (TAR_PART1): put --atime-preserve inside quotes.
  182.  
  183. 1992-09-09  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
  184.  
  185.     * level-0, level-1 (TAR_PART1): Use --atime-preserve.
  186.  
  187. 1992-07-10  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
  188.  
  189.     * level-0, level-1: Avoid silly Sun awk lossage.
  190.  
  191. 1992-04-30  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  192.  
  193.     * level-1: Added `$' before VOLNO_FILE in definition of TAR_PART1.
  194.         Added line to remove $VOLNO_FILE from any previous dump before
  195.         starting.
  196.  
  197.     * level-0, level-1: Change long options to use `--' instead of `+'
  198.         (support for `+' will go away soon)
  199.  
  200. 1991-10-17  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>
  201.  
  202.     * level-0: Repair damage from previous mod: stdin to rsh must
  203.     be the terminal or tar's questions lose.
  204.  
  205. 1991-08-31  Noah Friedman  <friedman@nutrimat.gnu.ai.mit.edu>
  206.  
  207.     * level-0: Fixed several syntax errors associated with
  208.     stdout/stderr redirection.
  209.     Made sure remote host executes commands from sh where redirection
  210.     is necessary, since root's shell might be csh in some places and
  211.     the redirect syntax differs.
  212.  
  213. 1991-07-01  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>
  214.  
  215.     * Fix a misplaced quote in level-0 and change some >& into
  216.     2>&1.
  217.